body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
fieldset,img{border:0}
table{border-collapse:collapse;border-spacing:0}
li{list-style:none}
a,a:hover{text-decoration:none;}
body{font-family:"PingFang SC",Arial;-webkit-tap-highlight-color:rgba(0,0,0,0)}

/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/* 设置默认字体 */
body, button, input, select, textarea { /* for ie */
	font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif; /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}

/* iphoneX 适配 */
body{
    padding-top: constant(safe-area-inset-top);    
    padding-left: constant(safe-area-inset-left);               
    padding-right: constant(safe-area-inset-right);           
    padding-bottom: constant(safe-area-inset-bottom);
}

h1 {
	font-size: 18px; /* 18px / 12px = 1.5 */
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4, h5, h6 {
	font-size: 100%;
}

address, cite, dfn, em, var {
	font-style: normal;
}

/* 将斜体扶正 */
code, kbd, pre, samp, tt {
	font-family: "Courier New", Courier, monospace;
}

/* 统一等宽字体 */
small {
	font-size: 12px;
}

/* 小于 12px 的中文很难阅读，让 small 正常化 */

/* 重置列表元素 */
ul, ol {
	list-style: none;
}

/* 重置文本格式元素 */
a {
	text-decoration: none;
	box-sizing: border-box;
}

a:hover {
	text-decoration: underline;
}

abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, button, select, textarea {
	outline: none;
	box-shadow: 0;
}

textarea {
	resize: none
}

fieldset, img {
	border: 0;
	font-size: 0;
	line-height: 0;
}

q:before, q:after {
	content: '';
}

/* 重置表单元素 */
legend {
	color: #000;
}

/* for ie6 */
fieldset, img {
	border: none;
}

/* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
	font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
	border: 0;
	text-shadow: none;
	box-shadow: none;
	outline: none;
	-webkit-appearance: none; /*去除系统默认的样式*/
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 点击高亮的颜色*/
}

/* 重置表格元素 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 重置 hr */
hr {
	border: none;
	height: 1px;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {
	overflow-y: scroll;
}

html {
	min-height: 100%;
	_height: 100%;
}

body {
	padding-top: 10px;
	padding-bottom: 40px;
	background-color: #fff;
	overflow-x: hidden;
	font-family: "PingFang SC", "Helvetica Neue", Helvetica, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
}

h1 {
	font-size: 30px;
	margin-top: 10px;
}

h4 {
	font-size: 16px;
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
	outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	margin: 0 !important;
}

.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
	display: inline-block;
	display: block;
}

.left {
	float: left;
}

.right {
	float: right;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.top_0 {
	top: 0;
}

.bottom_0 {
	bottom: 0;
}

.gray_bg {
	background-color: #F0F0F0 !important;
}

.red_bg {
	background-color: #D80C18 !important;
}

.gray_bg .container {
	background: transparent;
}

.white_bg {
	background-color: #fff !important;
}

.bg_f7 {
	background-color: #F7F7F7;
}

.bg_f0 {
	background-color: #f0f0f0;
}

.container {
	background: #fff;
	padding: 10px;
}

.container h5 {
	font-size: 14px;
}

.pd_none {
	padding-left: 0;
	padding-right: 0;
}

.pd_l_r_15 {
	padding-left: 15px;
	padding-right: 15px;
}

.no_bg {
	background: none;
}

.no_bd {
	border: none !important;
}

.input_sm, .input_sm input {
	width: 60% !important;
	margin-left: 15% !important;
}

.mg_auto {
	margin: 0 auto;
}

/*全局表单样式*/
.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.text-left {
	text-align: left !important;
}

.text-indent {
	text-indent: 30px !important;
}

.text-shadow {
	text-shadow: 0px 1px 1px #666;
}

.text-underline {
	text-decoration: underline !important;
}

.text-gray {
	color: #ccc !important;
}

.text-light-gray {
	color: #B3B3B3 !important;
}

.text-999 {
	color: #999 !important;
}

.text-666 {
	color: #666 !important;
}

.text-red {
	color: #D80C18 !important;
}

.text-gold {
	color: #B4A46B !important;
}

.text-green {
	color: #149614 !important;
}

.text-00f{
	color: #000F1A !important;
}

.gold {
	color: #B4A46B !important;
}

.gold-bg {
	background-color: #B4A46B;
	color: #fff;
}

.gold-bd {
	border: 2px solid #B4A46B;
}

.gray-bd {
	border-bottom: 1px solid #D9D9D9;
	line-height: 0;
	font-size: 0;
	width: 100%;
}

.no-bd {
	border: 0 !important;
}

.no-bdb {
	border-bottom: 0 !important;
}

.tb_bd {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.bg-tips {
	background: #ffede8;
	padding: 10px;
}

.bg-tips p {
	line-height: 20px;
	font-size: 12px;
	margin: 0;
}

.bg-tips h5 {
	color: #D80C18;
	margin: 0 0 5px;
}

.bg-tips-yellow {
	background: #fff7e1;
	padding: 10px 15px;
}

.bg-tips-yellow p {
	line-height: 20px;
}

.bg-tips-yellow h5 {
	color: #737373;
}

.bg-tips-gray {
	background: #f0f0f0;
	border-top: 2px solid #e6e6e6;
	padding: 50px 0;
	margin-bottom: 20px;
}

.table_border, .table_border td {
	border: 1px solid #999;
	border-collapse: collapse
}

img {
	display: block;
	width: 100%;
}

.ft_white {
	color: #fff !important;
}

.ft3 {
	color: #333 !important;
}

.ft6 {
	color: #666 !important;
}

.ft9 {
	color: #999 !important;
}

.ftc {
	color: #ccc !important;
}

.ft73 {
	color: #737373 !important;
}

.ft_12 {
	font-size: 12px !important;
}

.ft_14 {
	font-size: 14px !important;
}

.ft_16 {
	font-size: 16px !important;
}

.ft_18 {
	font-size: 18px !important;
}

.ft_20 {
	font-size: 20px !important;
}

.ft_24 {
	font-size: 24px !important;
}

.ft_27 {
	font-size: 27px !important;
}

.ft_36 {
	font-size: 36px !important;
}

.ft_40 {
	font-size: 40px !important;
}

.ft_bold {
	font-weight: bold !important;
}

.ft_normal {
	font-weight: normal !important;
}

.ft_error {
	color: #D80C18 !important;
}

.ftw_100 {
	font-weight: 100 !important;
}

.ftw_200 {
	font-weight: 200 !important;
}

.ftw_300 {
	font-weight: 300 !important;
}

.ftw_400 {
	font-weight: 400 !important;
}

.ftw_500 {
	font-weight: 500 !important;
}

.ftw_600 {
	font-weight: 600 !important;
}

.ftw_700 {
	font-weight: 700 !important;
}

.ftw_800 {
	font-weight: 800 !important;
}

.ftw_900 {
	font-weight: 900 !important;
}

.mg0 {
	margin: 0 !important;
}

.mgt0 {
	margin-top: 0px !important;
}

.mgt5 {
	margin-top: 5px !important;
}

.mgt10 {
	margin-top: 10px !important;
}

.mgt15 {
	margin-top: 15px !important;
}

.mgt20 {
	margin-top: 20px !important;
}

.mgt30 {
	margin-top: 30px !important;
}

.mgtv30 {
	margin-top: -30px !important;
}

.mgt40 {
	margin-top: 40px !important;
}

.mgt60 {
	margin-top: 60px !important;
}

.mgt80 {
	margin-top: 80px !important;
}

.mgt90 {
	margin-top: 90px !important;
}

.mgt104 {
	margin-top: 104px !important;
}

.mgt140 {
	margin-top: 140px !important;
}

.mgr0 {
	margin-right: 0px !important;
}

.mgr10 {
	margin-right: 10px !important;
}

.mgr20 {
	margin-right: 20px !important;
}

.mgr30 {
	margin-right: 30px !important;
}

.mgr40 {
	margin-right: 40px !important;
}

.mgr80 {
	margin-right: 80px !important;
}

.mgb0 {
	margin-bottom: 0px !important;
}

.mgb10 {
	margin-bottom: 10px !important;
}

.mgb20 {
	margin-bottom: 20px !important;
}

.mgb30 {
	margin-bottom: 30px !important;
}

.mgb40 {
	margin-bottom: 40px !important;
}

.mgb80 {
	margin-bottom: 80px !important;
}

.mgl0 {
	margin-left: 0px !important;
}

.mgl10 {
	margin-left: 10px !important;
}

.mgl15 {
	margin-left: 15px !important;
}

.mgl20 {
	margin-left: 20px !important;
}

.mgl30 {
	margin-left: 30px !important;
}

.pd0 {
	padding: 0 !important;
}

.pd5 {
	padding: 5px !important;
}

.pd10 {
	padding: 10px !important;
}

.pd15 {
	padding: 15px !important;
}

.pd20 {
	padding: 20px !important;
}

.pdt5 {
	padding-top: 5px !important;
}

.pdt10 {
	padding-top: 10px !important;
}

.pdt20 {
	padding-top: 20px !important;
}

.pdl5 {
	padding-left: 5px !important;
}

.pdl10 {
	padding-left: 10px !important;
}

.pdl15 {
	padding-left: 15px !important;
}

.pdl20 {
	padding-left: 20px !important;
}

.pdl25 {
	padding-left: 25px !important;
}

.pdl30 {
	padding-left: 30px !important;
}

.pdr5 {
	padding-right: 5px !important;
}

.pdr10 {
	padding-right: 10px !important;
}

.pdr15 {
	padding-right: 15px !important;
}

.pdr20 {
	padding-right: 20px !important;
}

.pdr25 {
	padding-right: 25px !important;
}

.pdr30 {
	padding-right: 30px !important;
}

.pdb0 {
	padding-bottom: 0px !important;
}

.pdb5 {
	padding-bottom: 5px !important;
}

.pdb10 {
	padding-bottom: 10px !important;
}

.pdb15 {
	padding-bottom: 15px !important;
}

.pdb20 {
	padding-bottom: 20px !important;
}

.pdb25 {
	padding-bottom: 25px !important;
}

.pdb30 {
	padding-bottom: 30px !important;
}

.pdb60 {
	padding-bottom: 60px !important;
}

.pdb80 {
	padding-bottom: 80px !important;
}

.pdb100 {
	padding-bottom: 100px !important;
}

.pdb120 {
	padding-bottom: 120px !important;
}

.bdte6 {
	border-top: 1px solid #E6E6E6;
}

.bdt9 {
	border-top: 1px solid #999;
}

.bdb9 {
	border-bottom: 1px solid #999;
}

.bdbc {
	border-bottom: 1px solid #ccc;
}

.openSuccess {
}

.openSuccess table {
	font-size: 14px;
	margin: 0 auto;
}

.openSuccess table td {
	text-align: left;
	padding: 5px;
}

.top_line {
	border-top: 1px solid #D9D9D9;
	margin-top: 10px;
	padding-top: 10px;
}

.openSuccess.jxbDialog table td, .openSuccess.jxbShuHuiDialog table td {
	text-align: left;
	padding: 5px;
	font-size: 14px;
}

.form-group .ajaxLoading {
	background: url(../../../assets/imgs/loading.gif) right center no-repeat;
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0px;
}

.btn-lg{
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0;
	font-size: 18px;
}

.btn-hf{
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0;
	font-size: 18px;
}

.gold-btn, .gold-btn:visited {
	background-color: #B4A46B;
	border: 2px solid #B4A46B;
	width: 100%;
	height: 46px;
	line-height: 46px;
	text-align: center;
	color: #fff !important;
	border-radius: 0;
	padding: 0;
	font-weight: bold;
	text-decoration: none !important;
}

.gold-btn:hover, .gold-btn:focus {
	background: #B4A46B;
	border: 2px solid #B4A46B;
	color: #fff !important;
}

.gold-btn:active {
	background-color: #8D7931;
	border: 2px solid #8D7931;
	color: #fff !important;
}

.gold-btn.disabled { /*background: #e6e6e6; border: 2px solid #E6E6E6;*/
	color: rgba(255, 255, 255, .3) !important;
	text-shadow: 0;
}

.gold-light-btn{ border:1px solid #B4A46B; background: #fff; color: #B4A46B !important;}

.red-btn, .red-btn:visited {
	background-color: #D80C18;
	border: 2px solid #D80C18;
	width: 100%;
	height: 50px;
	line-height: 46px;
	text-align: center;
	color: #fff;
	border-radius: 0;
	padding: 0;
	font-weight: bold;
}

.red-btn:hover {
	background: #BD0F1A;
	border: 2px solid #BD0F1A;
	color: #fff;
}

.red-btn:active, .red-btn:focus {
	background-color: #BD0F1A;
	border: 2px solid #BD0F1A;
	color: #fff;
}

.red-btn.disabled {
	background: #e6e6e6;
	border: 2px solid #E6E6E6;
	color: #bfbfbf;
	text-shadow: 0;
}

/*profit_bottom_nav*/
.profit_bottom_nav {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}

.profit_bottom_nav ul {
	width: 100%;
	border: 1px solid #B4A46B;
	margin: 0;
}

.profit_bottom_nav ul li {
	float: left;
	width: 50%;
}

.profit_bottom_nav ul li a {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #fff;
	color: #B4A46B;
	text-align: center;
}

.profit_bottom_nav ul li.active a {
	background: #B4A46B;
	color: #fff;
}

.profit_bottom_nav {
}

/*fzDialog*/
/*new_msg*/
.new_msg {
	position: relative;
	display: inline-block;
}

.new_msg:before {
	display: block;
	position: absolute;
	top: -2px;
	right: -15px;
	border: 3px solid #fff;
	background: #D80C18;
	content: "";
	width: 14px;
	height: 14px;
	border-radius: 8px;
}

.jxb_top_info .new_msg:before {
	right: 0px;
}

.dialogMemb, .jxbMemb {
	background: #000;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 200;
	opacity: .6
}

/*alert弹层样式*/
#fx_memb {
}

.fz_Dialog {
	background: #fff;
	border-radius: 16px;
	width: 327px;
	height: auto;
	padding: 20px 50px;
	position: absolute;
}

.fz_Dialog .tt {
	font-size: 16px;
	color: #333;
	line-height: 22px;
	text-align: center;
	font-weight: bold;
}

.fz_Dialog .con {
	font-size: 16px;
	color: #333;
	line-height: 22px;
	text-align: center;
}

.fz_Dialog a {
	display: inline-block;
}

.fz_Dialog .bottom {
	border-top: 1px solid #666;
	height: 30px;
}

.fz_Dialog .bottom a {
	display: block;
	width: 49.5%;
	text-align: center;
	line-height: 30px;
}

.fz_Dialog .close {
}

.fz_Dialog .ok {
	font-size: 16px;
	color: #666;
}

.fz_Dialog .cancel {
	font-size: 16px;
	color: #b4a46b;
}

#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	width: 85%;
	max-width: 400px;
	background: #FFF;
	color: #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding-top: 20px;
}

#popup_container .popupClose {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #ccc;
	display: block;
	width: 20px;
	height: 20px;
	font-size: 16px;
	text-align: center;
	font-family: "微软雅黑", arial, tahoma;
	text-decoration: none !important;
}

#popup_title {
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #333;
	cursor: default;
	padding: 10px 0;
	margin: 0em;
	/*border-bottom: 1px solid #ccc;*/
	border-radius: 3px 3px 0 0;
}

#popup_content {
	background: #fff;
	padding: 0;
	margin: 0em;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

#popup_content.alert {

}

#popup_content.confirm {

}

#popup_content.prompt {

}

#popup_message {
	/*max-width: 280px;*/
	padding: 0 20px;
	margin: 0px auto;
	text-align: left;
	font-size: 16px;
	color: #888;
	line-height: 22px;
	word-break: break-all;
}

#popup_message p{
	font-size: 16px;
}

#popup_panel {
	text-align: center;
	margin: 1.5em 0em 0em 0;
	border-top: 1px solid #D5D5D6;
}

#popup_panel input, #popup_panel #popup_download {
	background-color: #fff;
	display: inline-block;
	width: 50%;
	height: 44px;
	line-height: 44px;
	border: 0;
	float: left;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	font-size: 16px;
	color: #666;
	background: transparent;
}

#popup_panel.single input, #popup_panel.single #popup_download {
	width: 100%;
}

#popup_panel #popup_ok, #popup_panel #popup_download {
	color: #B4A46B;
}

#popup_panel input#popup_cancel {
	border-right: 1px solid #B7B7B7;
	-moz-border-radius: 0 0 0 3px;
	-webkit-border-radius: 0 0 0 3px;
	border-radius: 0 0 0 3px;
}

#popup_prompt {
	margin: .5em auto;
	padding: 5px;
	border: 1px solid #B7B7B7;
}

.FZ_loading {
	padding: 50px 0 10px !important;
	position: relative;
}

.loadEffect {
	width: 100px;
	height: 100px;
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -50px;
	-webkit-transform: scale(.55, .55);
	-moz-transform: scale(.55, .55);
	-ms-transform: scale(.55, .55);
	-o-transform: scale(.55, .55);
	transform: scale(.55, .55);
}

.loadEffect span {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #666;
	position: absolute;
	-webkit-animation: load 1.04s ease infinite;
}

@-webkit-keyframes load {
	0% {
		-webkit-transform: scale(1.2);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(.3);
		opacity: 0.5;
	}
}

.loadEffect span:nth-child(1) {
	left: 0;
	top: 50%;
	margin-top: -10px;
	-webkit-animation-delay: 0.13s;
}

.loadEffect span:nth-child(2) {
	left: 14px;
	top: 14px;
	-webkit-animation-delay: 0.26s;
}

.loadEffect span:nth-child(3) {
	left: 50%;
	top: 0;
	margin-left: -10px;
	-webkit-animation-delay: 0.39s;
}

.loadEffect span:nth-child(4) {
	top: 14px;
	right: 14px;
	-webkit-animation-delay: 0.52s;
}

.loadEffect span:nth-child(5) {
	right: 0;
	top: 50%;
	margin-top: -10px;
	-webkit-animation-delay: 0.65s;
}

.loadEffect span:nth-child(6) {
	right: 14px;
	bottom: 14px;
	-webkit-animation-delay: 0.78s;
}

.loadEffect span:nth-child(7) {
	bottom: 0;
	left: 50%;
	margin-left: -10px;
	-webkit-animation-delay: 0.91s;
}

.loadEffect span:nth-child(8) {
	bottom: 14px;
	left: 14px;
	-webkit-animation-delay: 1.04s;
}

/*弹层样式附加登录弹层*/
#popup_user_face {
}

#popup_user_face img {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	border: 4px solid #E6E6E6;
	position: absolute;
	left: 50%;
	top: -30px;
	margin-left: -30px;
}

.popup_sign_content {
	margin-top: 40px !important;
}

#sign_login_form {
	margin: 10px auto;
	padding: 0 20px 10px;
}

#popup_container .fz_sign_close {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 10px;
	right: 10px;
	background: url(https://static.fzzqcdn.com/assets/imgs/fz_sign_close@3x.png) center center no-repeat;
	background-size: 18px auto;
}

#sign_login_form .sign_item {
	margin-bottom: 20px;
	border-bottom: 1px solid #E6E6E6;
}

#sign_login_form .sign_item input {
	height: 32px;
	line-height: 32px;
	border: 0;
	width: 100%;
	font-size: 16px;
	border-radius: 0;
}

#sign_login_form .sign_item input.error {
	border-bottom: 1px solid #f00;
}

#sign_login_form #signBtn {
	display: block;
	background-color: #B4A46B;
	border: 2px solid #B4A46B;
	width: 100%;
	text-align: center;
	color: #fff;
	border-radius: 2px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
}

#sign_login_form #signBtn:focus, #sign_login_form #signBtn:visited {
	color: #fff !important;
}

#sign_login_form .center_link {
	display: block;
	text-align: center;
	color: #B4A46B !important;
	font-size: 14px;
	margin-top: 20px;
}

#popup_container.floatTop {
	top: -60px !important;
	-webkit-transition: top .5s;
}


/*demo*/
#demo{ padding-top: 30px;}
#demo h1{ font-size: 18px; font-weight: normal; text-align: center; color: #333;}
#demo ul{ width: 90%; margin: 20px auto;}
#demo ul li{ margin-bottom: 10px; background: #f0f0f0;}
#demo ul li a{ display: block; line-height: 26px; color: #333; padding: 5px 10px; text-decoration: none;}


/*自定义控件*/
input[type="text"].input, input[type="mobile"].input, input[type="number"].input, input[type="tel"].input, input[type="email"].input, input[type="password"].input, input[type="date"].input, select.input {
	border: 0 none;
	padding: 10px;
	/*border-bottom: 4px solid #f0f0f0;*/
	/*font-weight: bold;*/
	width: 76%;
	/*height: 40px;*/
	margin-left: 24%;
	box-shadow: 0 !important;
	font-size: 14px;
}

.form-group-lg input[type="text"].input, .form-group-lg input[type="mobile"].input, .form-group-lg input[type="number"].input, .form-group-lg input[type="tel"].input, .form-group-lg input[type="email"].input, .form-group-lg input[type="password"].input, .form-group-lg input[type="date"].input, .form-group-lg select.input {
	width: 56%;
	margin-left: 37%;
}

input.lg-input, select.lg-input {
	width: 100% !important;
	margin-left: 0 !important;
}

select, input[type='date'] {
	background: #fff;
	border: 0;
	box-shadow: none;
	-webkit-appearance: none;
	background: url(../../../assets/imgs/row@3x.png) right center no-repeat;
	background-size: 13px auto;
	margin-left: 0; /* font-weight: normal !important;*/
}

/* select */
select, input[type='date'] {
	background: #fff;
	border: 0;
	box-shadow: none;
	-webkit-appearance: none;
	background: url(../../../assets/imgs/row@3x.png) right center no-repeat;
	background-size: 13px auto;
	margin-left: 0; /* font-weight: normal !important;*/
}

input[type='checkbox'], input[type='radio'].round_checkbox, input[type='radio'], input[type='radio'].black_round_checkbox {
	display: inline-block;
	width: 20px;
	height: 20px;
	position: relative;
	overflow: visible;
	border: 0;
	background: 0 0;
	outline: 0;
	/*margin-right: 8px;*/
	vertical-align: middle;
	outline: 0;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	-webkit-appearance: none;
}

input[type='checkbox']:before {
	width: 18px;
	height: 18px;
	background: url(../../../assets/imgs/unselect@3x.png) left center no-repeat;
	background-size: 15px auto;
	font-family: iconfont !important;
	font-size: 26px;
	line-height: 24px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: .2px;
	display: block;
	color: rgba(0, 0, 0, .5);
	content: "";
	position: absolute;
	/*top: -6px;*/
	/*left: -2px;*/
}

input[type='radio']:before {
	width: 20px;
	height: 20px;
	background: url(../../../assets/imgs/icon_radio_uncheck@3x.png) left center no-repeat;
	background-size: 20px auto;
	font-family: iconfont !important;
	font-size: 26px;
	line-height: 24px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: .2px;
	display: block;
	color: rgba(0, 0, 0, .5);
	content: "";
	position: absolute;
	/*top: -6px;*/
	/*left: -2px;*/
}

.new_checkbox input[type='checkbox']:before{
	top:-2px;
	left:0;
}

input[type='checkbox']:checked:before {
	background: url(../../../assets/imgs/Imported_EPS@3x.png) left center no-repeat;
	background-size: 15px auto;
}

input[type='radio']:checked:before {
	background: url(../../../assets/imgs/icon_radio_checked@3x.png) left center no-repeat;
	background-size: 20px auto;
}

/*round_checkbox*/
.round_checkbox {
}

input[type='checkbox'], input[type='radio'] {
	width: 20px;
}

input[type='checkbox'].round_checkbox:before, input[type='radio'].round_checkbox:before {
	width: 20px;
	height: 20px;
	background: url(../../../assets/imgs/unselected_round@3x.png) left center no-repeat;
	background-size: 20px auto;
	font-family: iconfont !important;
	font-size: 26px;
	line-height: 24px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: .2px;
	display: block;
	color: rgba(0, 0, 0, .5);
	content: "";
	position: absolute;
	/*top: -6px;*/
	/*left: -2px;*/
}

input[type='checkbox'].round_checkbox:checked:before, input[type='radio'].round_checkbox:checked:before {
	background: url(../../../assets/imgs/selected_round@3x.png) left center no-repeat;
	background-size: 20px auto;
}

/*新版圆形复选框*/
input[type='radio'].black_round_checkbox:before {
	width: 20px;
	height: 20px;
	background: url(../../../assets/imgs/black_round_checkbox_unchecked@3x.png) left center no-repeat;
	background-size: 20px auto;
	font-family: iconfont !important;
	font-size: 26px;
	line-height: 24px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: .2px;
	display: block;
	color: rgba(0, 0, 0, .5);
	content: "";
	position: absolute;
	top:0;
	left: 0;
}

input[type='radio'].black_round_checkbox:checked:before {
	background: url(../../../assets/imgs/black_round_checkbox_checked@3x.png) left center no-repeat;
	background-size: 20px auto;
}

/*新版按钮样式*/
a, input, button {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.new_btn {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	text-decoration: none !important;
}

.light_blue_btn {
	background: #DCEEFA;
	color: #4A5359;
}

.light_blue_btn:focus, .light_blue_btn:active, .light_blue_btn:hover, .light_blue_btn.disabled {
	background: #DCEEFA;
	color: rgba(74, 83, 89, .3);
}

.black_btn {
	background: #31414D;
	color: #D0F6FF;
	font-weight: bold;
}

.black_btn:focus, .black_btn:active, .black_btn:hover, .black_btn.disabled {
	background: #31414D;
	color: rgba(208, 246, 255, .3) !important;
}

/* 兼容视网膜屏 */
@media only screen and (-Webkit-min-device-pixel-ratio: 2) {
	/*body{ background: #ff0!important;}*/
	.container {
		padding: 10px;
	}
}

/* 兼容iphone4/4s */
@media (device-height: 480px) and (-webkit-min-device-pixel-ratio: 2) {
	.money_left_icon {
		left: 10px !important;
	}

	.fz_wx_money_list li {
		padding-left: 70px !important;
	}

}

/* 兼容iphone5 */
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) {
	.container {
		padding: 10px;
	}

	.money_left_icon {
		left: 10px !important;
	}

	.fz_wx_money_list li {
		padding-left: 70px !important;
	}

}

/* 兼容iphone6 */
@media (device-height: 667px) and (-webkit-min-device-pixel-ratio: 2) {
	.container {
		padding: 10px 20px;
	}
}

/* 兼容iphone6 Plus */
@media (device-height: 736px) and (-webkit-min-device-pixel-ratio: 2) {
	.container {
		padding: 10px 20px;
	}

}



